Contents   Index   Back to ACS File Format

Sheets

A Sheet defines a printer sheet upon which one or more Viewports can be drawn.

Each line will contain one data object (e.g. one point).
The data parameters for the object are separated by commas and are in the format:
    NAME = VALUE
    (e.g. X=123.456)
A line ending with a & means that it is continued onto the next line.
Data parameters are separted by a comma and can appear in ANY order.

[Sheets]
SheetName="Page 1",Px=297,Py=198,PlanForm="planform1"
SheetName="Page 2",Px=450,Py=297,PlanForm="planform1"
SheetName="Page 3",Px=450,Py=297,PlanForm="planform1"
SheetName
The name of the Sheet.

Px, Py
The Sheet paper dimensions ix X and y in mm

PlanForm
When drawing a sheet, a plan form can be used to draw the surrounding border,
company name, logo and other plan details.